home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / Demos / Secrets of the Luxor® Demo / Setup / 00006.ls < prev    next >
Encoding:
Text File  |  1996-05-03  |  183 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 5 to 0
  3.   updateStage()
  4.   repeat while the mouseDown
  5.     nothing()
  6.   end repeat
  7.   set the visible of sprite 5 to 1
  8.   updateStage()
  9.   go(1)
  10. end
  11.